From: Lars Ingebrigtsen Date: Tue, 28 Sep 2021 06:06:31 +0000 (+0200) Subject: Adjust ispell-look-command type X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~18^2~807 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=76e846f92a3c625fe524c81aa996327fba5a9e65;p=emacs.git Adjust ispell-look-command type * lisp/textmodes/ispell.el (ispell-look-command): Adjust :type after previous change. --- diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 9aad5671152..0a3a49d868a 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -253,7 +253,8 @@ Should probably be \"-Ei\"." (defcustom ispell-look-command (executable-find "look") "Name of the look command for search processes. This must be an absolute file name." - :type 'file + :type '(choice (const :tag "None" nil) + file) :version "28.1") (defcustom ispell-look-p (and ispell-look-command